home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
daniela.swf
/
scripts
/
frame_1
/
PlaceObject2_15_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2013-04-24
|
219 b
|
10 lines
onClipEvent(enterFrame){
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
this.bar._xscale = loaded / total * 100;
if(this.bar._xscale == 100)
{
_root.gotoAndPlay(2);
}
}